home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / Libraries / CW GUSI 1.6.4 / src / GUSIMPWStubs.cp < prev    next >
Text File  |  1995-04-02  |  539b  |  16 lines

  1. /*********************************************************************
  2. Project    :    GUSI                    -    Grand Unified Socket Interface
  3. File        :    GUSIMPWStubs.cp    -    Placeholder for MPW compatible file sockets
  4. Author    :    Matthias Neeracher <neeri@iis.ee.ethz.ch>
  5. Language    :    MPW C
  6.  
  7. $Log: GUSIMPWStubs.cp,v $
  8. *********************************************************************/
  9.  
  10. #include "GUSIFile_P.h"
  11.  
  12. #pragma segment GUSI
  13.  
  14. MPWFileSocket * (*MPWDomain::open)(const char * name, int flags) = nil;
  15. MPWFileSocket * (*MPWDomain::stdopen)(int fd)                          = nil;
  16.